UnicodeDecodeError: charmap codec cant decode byte 0x9d in position 6148: character maps to undefined

88

UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 6148: character maps to <undefined> </undefined> -

Add encoding:
	
	file = open(filename, encoding="utf8")

Comments

Submit
0 Comments